home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00226.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  310 b   |  13 lines

  1. on exitFrame
  2.   global gPlaySound, gCurrLabel, gTourForwardArrow
  3.   sprite(4).visible = 1
  4.   if the frameLabel <> 0 then
  5.     gCurrLabel = the frameLabel
  6.   end if
  7.   sound stop 1
  8.   isMemoryAvailable("continue the tour", 1200, 500)
  9.   gPlaySound = 1
  10.   setHandCursor([40, 41, 42, 43])
  11.   Inscope(gTourForwardArrow)
  12. end
  13.